home *** CD-ROM | disk | FTP | other *** search
- package com.extensibility.xa;
-
- import com.extensibility.xml.AttributeDeclaration;
- import com.extensibility.xml.BaseDeclaration;
- import java.util.Hashtable;
-
- class AggregateAttributeDecl$12 implements AggregateAttributeDecl.Operation {
- // $FF: synthetic field
- final String val$property;
- // $FF: synthetic field
- final Hashtable val$value;
- // $FF: synthetic field
- final AggregateAttributeDecl this$0;
-
- public void performOperation(AttributeDeclaration var1) {
- ((BaseDeclaration)var1).putMetaPropAttrs(this.val$property, this.val$value);
- }
-
- AggregateAttributeDecl$12(String var1, Hashtable var2, AggregateAttributeDecl var3) {
- this.val$property = var1;
- this.val$value = var2;
- this.this$0 = var3;
- }
- }
-